home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / src / DQSDTools / Utilities.h < prev   
C/C++ Source or Header  |  2002-07-08  |  337b  |  16 lines

  1.  
  2. #pragma once
  3.  
  4. extern HWND g_hDQSDWindow;
  5.  
  6. INTERNET_SCHEME GetScheme(LPCTSTR szURL);
  7. int URLMatchesFilename(LPCTSTR szURL, LPCTSTR szFile);
  8.  
  9. //
  10. // Find the DQSD window (usually, but not always, on the taskbar)
  11. //
  12. // Return:
  13. //        The window handle, or null if we fail
  14. HWND
  15. UtilitiesFindDQSDWindow(LPDISPATCH pDispDocument);
  16.